home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00083.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  123 b   |  9 lines

  1. on exitFrame
  2.   global gAutoMode
  3.   if gAutoMode then
  4.     set the timeoutLapsed to 0
  5.     go(1)
  6.     startMovie()
  7.   end if
  8. end
  9.